home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / graphics / g-dec / pbm / ppmtogif.man < prev    next >
Text File  |  1999-05-14  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      ppmtogif(1)           AMIGA (30 June 1993)            ppmtogif(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           ppmtogif - convert a portable pixmap into a GIF file
  10.  
  11.      SYNOPSIS
  12.           ppmtogif [-interlace] [-sort] [-map mapfile] [-transparent
  13.           color] [ppmfile]
  14.  
  15.      DESCRIPTION
  16.           Reads a portable pixmap as input.  Produces a GIF file as
  17.           output.
  18.  
  19.      OPTIONS
  20.           -interlace
  21.                Tells the program to produce an interlaced GIF file.
  22.  
  23.           -sort
  24.                Produces a GIF file with a sorted color map.
  25.  
  26.           -map mapfile
  27.  
  28.                Uses the colors found in the mapfile to create the
  29.                colormap in the GIF file, instead of the colors from
  30.                ppmfile. The mapfile can be any ppm file; all that
  31.                matters is the colors in it. If the colors in ppmfile
  32.                do not match those in mapfile , they are matched to a
  33.                "best match". A (much) better result can be obtained by
  34.                using the following filter in advance:
  35.  
  36.                ppmquant -floyd -map mapfile
  37.  
  38.           -transparent color
  39.                Mark the given color as transparent in the GIF file.
  40.                The color is specified as in ppmmake(1).  Note that
  41.                this option outputs a GIF89a format file which might
  42.                not be understood by your software.
  43.  
  44.           All flags can be abbreviated to their shortest unique
  45.           prefix.
  46.  
  47.      SEE ALSO
  48.           giftoppm(1), ppmquant(1), ppm(5)
  49.  
  50.      AUTHOR
  51.           Based on GIFENCOD by David Rowley
  52.           <mgardi@watdcsu.waterloo.edu>.  Lempel-Ziv compression based
  53.           on "compress".
  54.  
  55.           Copyright (C) 1989 by Jef Poskanzer.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 3/1/94)
  64.  
  65.  
  66.  
  67.